Spread Silverlight Documentation
ConvertValue Method (SeriesDataCollection<T>)


GrapeCity.Windows.SpreadSheet.Data Namespace > SeriesDataCollection<T> Class : ConvertValue Method
Index of the value.
The object.
Converts the value.
Syntax
'Declaration
 
Protected Overridable Function ConvertValue( _
   ByVal valueIndex As System.Integer, _
   ByVal obj As System.Object _
) As T
'Usage
 
Dim instance As SeriesDataCollection(Of T)
Dim valueIndex As System.Integer
Dim obj As System.Object
Dim value As T
 
value = instance.ConvertValue(valueIndex, obj)
protected virtual T ConvertValue( 
   System.int valueIndex,
   System.object obj
)

Parameters

valueIndex
Index of the value.
obj
The object.
See Also

Reference

SeriesDataCollection<T> Class
SeriesDataCollection<T> Members